Skip to main content
Version: 4.55.1

Nodes > Control Flow > Foreach

Foreach

Executes the Body execution port once for each element of the array, providing the current element in the Object port. After all items have been iterated through, the Then port is executed.

Inputs

NameTypeDescription
arrayarrayArray to iterate through

Outputs

NameTypeDescription
BodyExecutionExecutes for each item in the array
ObjectanyCurrent item in the array
ThenExecutionExecutes after loops are finished
Was this page helpful?
Yes
No